home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore_siege.swf / scripts / DefineSprite_456 / frame_1 / PlaceObject2_20_enemy_Bomb_312 / CLIPACTIONRECORD on(press).as < prev    next >
Text File  |  2011-08-19  |  131b  |  8 lines

  1. on(press){
  2.    if(_alpha == 100 && _root.money > 20)
  3.    {
  4.       _parent.AIM.gotoAndStop("bomb");
  5.       active = true;
  6.    }
  7. }
  8.